struct _LPCP_PORT_QUEUE// Size=0x10
{
    struct _LPCP_NONPAGED_PORT_QUEUE * NonPagedPortQueue;// Offset=0x0 Size=0x4
    struct _KSEMAPHORE * Semaphore;// Offset=0x4 Size=0x4
    struct _LIST_ENTRY ReceiveHead;// Offset=0x8 Size=0x8
};